home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NOVA - For the NeXT Workstation
/
NOVA - For the NeXT Workstation.iso
/
SourceCode
/
DeveloperLabs
/
Lab3
/
Solution
/
TextView.h
< prev
next >
Wrap
Text File
|
1989-08-23
|
211b
|
16 lines
#import <appkit/ScrollView.h>
#import <appkit/Text.h>
@interface TextView:ScrollView
{
id theText;
}
+newFrame:(const NXRect*)tF;
-newText:(const NXRect *)tF;
-makeEnclosingWindow:(const NXRect *)r;
@end